getCancellationSignalObject

Gets the framework android.os.CancellationSignal associated with this object.

Framework support for cancellation signals was added in JELLY_BEAN so this method will always return null on older versions of the platform.

Return

A framework cancellation signal object, or null on platform versions prior to Jellybean.